Everything about Timing Skew totally explained
==In circuit design==
In circuit design,
clock skew (sometimes
timing skew) is a phenomenon in
synchronous circuits in which the clock signal (sent from the
clock circuit) arrives at different components at different times. This can be caused by many different things, such as wire-interconnect length, temperature variations, variation in intermediate devices,
capacitive coupling, material imperfections, and differences in input capacitance on the clock inputs of devices using the clock. As the clock rate of a circuit increases, timing becomes more critical and less variation can be tolerated if the circuit is to function properly.
Harmful skew
There are two types of clock skew:
negative skew and
positive skew. Positive skew occurs when the clock reaches the receiving register later than it reaches the register sending data to the receiving register. Negative skew is the opposite: the receiving register gets the clock earlier than the sending register.
Two types of violation can be caused by clock skew. One problem is caused when the clock travels more slowly than the path from one register to another - allowing data to penetrate two registers in the same clock tick, or maybe destroying the integrity of the latched data. This is called a
hold violation because the previous data isn't held long enough at the destination flip-flop to be properly clocked through. Another problem is caused if the destination flip-flop receives the clock tick earlier than the source flip-flop - the data signal has that much less time to reach the destination flip-flop before the next clock tick. If it fails to do so, a
setup violation occurs, so-called because the new data wasn't set up and stable before the next clock tick arrived. A hold violation is more serious than a setup violation because it can't be fixed by increasing the clock period. Positive skew and negative skew can't negatively impact setup and hold timing constraints respectively (see inequalities below).
Beneficial skew
Clock skew can also benefit a circuit by decreasing the clock period at which the circuit will operate correctly. For each source register and destination register connected by a path, the following inequalities must hold:
- is the path with the shortest delay from source to destination,
- H is the hold time of the destination register,
- represents the clock skew from the source to the destination registers,
- is the clock skew to the destination register, and
- is the clock skew to the source register.
On a network
On a network such as the internet,
clock skew describes the difference in time shown by the clocks at the different nodes on the network. It is usually an unavoidable phenomenon (at least if one looks at milli-second resolutions), but clock skew of tens of minutes or more is also quite common. A number of protocols (for example
Network Time Protocol) have been designed to reduce clock skew, and produce more stable functions.
Further Information
Get more info on 'Timing Skew'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://clock_skew.totallyexplained.com">Clock skew Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |